Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    X + 0  → X
2:    X + s(Y)  → s(X + Y)
3:    double(X)  → X + X
4:    f(0,s(0),X)  → f(X,double(X),X)
5:    g(X,Y)  → X
6:    g(X,Y)  → Y
There are 4 dependency pairs:
7:    X +# s(Y)  → X +# Y
8:    DOUBLE(X)  → X +# X
9:    F(0,s(0),X)  → F(X,double(X),X)
10:    F(0,s(0),X)  → DOUBLE(X)
The approximated dependency graph contains 2 SCCs: {7} and {9}.
Tyrolean Termination Tool  (0.02 seconds)   ---  May 3, 2006